• Test root initialization

    18:56:28 PM / 00:00:00:000 Pass

    Test root initialization
    05.07.2024 18:56:28 05.07.2024 18:56:28 00:00:00:000 · #test-id=1
    StatusTimestampDetails
    Pass 6:56:28 PM [Create Email Server] port = 9999, name = "server-1"
    The module with name 'server-1' is running.
  • Test suite 'Zakladní test odesílání Emailů' initialization

    18:56:28 PM / 00:00:00:000 Pass

    Test suite 'Zakladní test odesílání Emailů' initialization
    05.07.2024 18:56:28 05.07.2024 18:56:28 00:00:00:000 · #test-id=2
    ZakladnítestodesíláníEmailů
  • Test odeslání emailu

    18:56:28 PM / 00:00:00:000 Pass

    Test odeslání emailu
    05.07.2024 18:56:28 05.07.2024 18:56:28 00:00:00:000 · #test-id=3
    ZakladnítestodesíláníEmailů
    Testuje se odeslání jednoho e-mailu. Samotný obsah odeslaného emailu nebude nijak ověřován, pouze se testuje, zda dorazil na server.
    StatusTimestampDetails
    Pass 6:56:28 PM [Run App] java -jar app/build/libs/app.jar localhost 9999 sender@email.com recipient@email.com Subject1 'Text Message'
    Pass 6:56:29 PM [Wait Until] module_name = "server-1", time_out = 5000
    Action was invoked. Elapsed time: 1180 ms
    Pass 6:56:29 PM [Count And Store] module_name = "server-1", var_name = "var-1"
    The following value has been stored in a variable named [var-1]: '1'
    Pass 6:56:29 PM [Assert Equals] value = 1.0, var_name = "var-1"
    Assertion succeeded. True was expected as the result. Condition: (Expected value '1.000000' must be same as the value of the variable '1')
    Pass 6:56:30 PM [Wait] 500
  • Test obsahu emailu 1

    18:56:28 PM / 00:00:00:000 Pass

    Test obsahu emailu 1
    05.07.2024 18:56:28 05.07.2024 18:56:28 00:00:00:000 · #test-id=4
    ZakladnítestodesíláníEmailů
    Testuje se odeslání jednoho e-mailu. Po přijetí emailu je ověřován i jeho obsah.
    StatusTimestampDetails
    Pass 6:56:30 PM [Run App] java -jar app/build/libs/app.jar localhost 9999 sender@email.com recipient@email.com Subject1 'Text Message'
    Pass 6:56:31 PM [Wait Until] module_name = "server-1", time_out = 5000
    Action was invoked. Elapsed time: 1136 ms
    Pass 6:56:31 PM [Store To Var] mode = "equals", module_name = "server-1", tag = "Subject1", var_name = "var-1"
    The following value has been stored in a variable named [var-1]: 'Text Message'
    Pass 6:56:31 PM [Assert String] mode = "equals", expected = "Text Message", case_sensitive = true, var_name = "var-1"
    Assertion succeeded. True was expected as the result. Condition: (Value of variable 'Text Message' must equals expected text 'Text Message')
    Pass 6:56:32 PM [Wait] 500
  • Test odeslání neplatného emailu

    18:56:28 PM / 00:00:00:000 Pass

    Test odeslání neplatného emailu
    05.07.2024 18:56:28 05.07.2024 18:56:28 00:00:00:000 · #test-id=5
    ZakladnítestodesíláníEmailů
    Prostřednictvím testované aplikace je odeslán email s neplatnými údaji. Předpokládá se, že email nebude odeslán.
    StatusTimestampDetails
    Pass 6:56:33 PM [Run App] java -jar app/build/libs/app.jar localhost 9999 sender@email.com recipient@email.com
    Pass 6:56:36 PM [Wait] 3000
    Pass 6:56:36 PM [Count And Store] module_name = "server-1", var_name = "var-1"
    The following value has been stored in a variable named [var-1]: '0'
    Pass 6:56:36 PM [Assert Equals] value = 0.0, var_name = "var-1"
    Assertion succeeded. True was expected as the result. Condition: (Expected value '0.000000' must be same as the value of the variable '0')
    Pass 6:56:36 PM [Wait] 500
  • Result score

    18:56:37 PM / 00:00:00:000 Pass

    Result score
    05.07.2024 18:56:37 05.07.2024 18:56:37 00:00:00:000 · #test-id=6
    This is not a test case. This is an informative page containing the final score of the tested application.
    StatusTimestampDetails
    Pass 6:56:37 PM Tested application for test suite 'Zakladní test odesílání Emailů' get 4.00 / 4.00 points
    Info 6:56:37 PM TOTAL SCORE: 4.00 / 4.00 points

Started

May 7, 2024 06:56:28 PM

Ended

May 7, 2024 06:56:37 PM

Tests Passed

6

Tests Failed

0

Tests
Log events

Timeline

Tags

NamePassedFailedSkippedOthersPassed %
ZakladnítestodesíláníEmailů 4 0 0 0 100%